home *** CD-ROM | disk | FTP | other *** search
- /* Scrolling.h */
-
- #define sBarWidth 16
-
- /*----------*/
- void ResizeScrollBars (void);
- void DoScrollPart (ControlHandle whichScroll,
- short partCode);
- void TrackScroll (ControlHandle whichScroll,
- short partCode,
- Point where,
- ProcPtr actionProc);
-
- /* action proc for TrackScroll: */
- /* pascal void ScrollProc (short newValue, */
- /* short oldValue); */
-